home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / others / instal.zip / APPSETUP.INF next >
INI File  |  1991-06-13  |  3KB  |  79 lines

  1. ; This is the Installation Information file for installing the wInstall
  2. ; example application and sources onto your system.
  3. ;
  4. ; You can compare the format and data in this file to the example file
  5. ; that you can find in DEMODSKS\DEMO.INF
  6. ;
  7. ; The only changes that have been made from that file to this, is that
  8. ; the appropriate information has been inserted to cause it to install
  9. ; the sample code, and the comments that describe the data have been
  10. ; removed.
  11. ;
  12. [dialog]
  13.     caption = "Windows Install Example"
  14.  
  15. [data]
  16.     defdir = C:\Winstall
  17.  
  18. [disks]
  19.     1 =., "Windows Install Example"
  20.  
  21. [needed.space]
  22.     minspace = 411000
  23.  
  24. [app.copy.appstuff]
  25.     #app.main,     0:
  26.     #app.demodsks, 0:demodsks
  27.     #app.wslib,    0:wslib
  28.  
  29. [app.main]
  30.     1:INSTALL.ICO,    "INSTALL.ICO"
  31.     1:INSTALL.C,      "INSTALL.C"
  32.     1:APPSETUP.INF,   "APPSETUP.INF"
  33.     1:README.DOC,     "README.DOC"
  34.     1:INSTALL.OBJ,    "INSTALL.OBJ"
  35.     1:INSTALL.RC,     "INSTALL.RC"
  36.     1:INSTALL.DEF,    "INSTALL.DEF"
  37.     1:MAKEFILE,       "MAKEFILE"
  38.     1:INSTALL.RES,    "INSTALL.RES"
  39.     1:MAKEALL.BAT,    "MAKEALL.BAT"
  40.     1:INSTALL.H,      "INSTALL.H"
  41.     1:INSTALL.MAP,    "INSTALL.MAP"
  42.     1:INSTALL.EXE,    "INSTALL.EXE"
  43.     1:INSTALL.SYM,    "INSTALL.SYM"
  44.     1:SETUP.WRI,      "SETUP.WRI"
  45.     1:LOBOTOMY.H,     "LOBOTOMY.H"
  46.  
  47. [app.demodsks]
  48.     1:DEMODSKS\DEMO.INF,      "DEMODSKS\DEMO.INF"
  49.     1:DEMODSKS\DEMO.ICO,      "DEMODSKS\DEMO.ICO"
  50.     1:DEMODSKS\DRIVER1.FOO,   "DEMODSKS\DRIVER1.FOO"
  51.     1:DEMODSKS\DRIVER2.FOO,   "DEMODSKS\DRIVER2.FOO"
  52.     1:DEMODSKS\FILE1.FOO,     "DEMODSKS\FILE1.FOO"
  53.     1:DEMODSKS\FILE2.FOO,     "DEMODSKS\FILE2.FOO"
  54.     1:DEMODSKS\FILE3.FOO,     "DEMODSKS\FILE3.FOO"
  55.     1:DEMODSKS\FILE4.FOO,     "DEMODSKS\FILE4.FOO"
  56.     1:DEMODSKS\MAKE.BAT,      "DEMODSKS\MAKE.BAT"
  57.  
  58. [app.wslib]
  59.     1:WSLIB\SULIB.H,      "WSLIB\SULIB.H"
  60.     1:WSLIB\GAUGE.OBJ,    "WSLIB\GAUGE.OBJ"
  61.     1:WSLIB\DOS.ASM,      "WSLIB\DOS.ASM"
  62.     1:WSLIB\PROGDDE.OBJ,  "WSLIB\PROGDDE.OBJ"
  63.     1:WSLIB\COPY.OBJ,     "WSLIB\COPY.OBJ"
  64.     1:WSLIB\LOBOTOMY.H,   "WSLIB\LOBOTOMY.H"
  65.     1:WSLIB\MAKEFILE,     "WSLIB\MAKEFILE"
  66.     1:WSLIB\INFPARSE.C,   "WSLIB\INFPARSE.C"
  67.     1:WSLIB\PROGDDE.H,    "WSLIB\PROGDDE.H"
  68.     1:WSLIB\COPY.C,       "WSLIB\COPY.C"
  69.     1:WSLIB\INFPARSE.OBJ, "WSLIB\INFPARSE.OBJ"
  70.     1:WSLIB\WPRINTF.H,    "WSLIB\WPRINTF.H"
  71.     1:WSLIB\WPRINTF.LIB,  "WSLIB\WPRINTF.LIB"
  72.     1:WSLIB\DOS.OBJ,      "WSLIB\DOS.OBJ"
  73.     1:WSLIB\INSTALL.LIB,  "WSLIB\INSTALL.LIB"
  74.     1:WSLIB\WSRC.H,       "WSLIB\WSRC.H"
  75.     1:WSLIB\GAUGE.H,      "WSLIB\GAUGE.H"
  76.     1:WSLIB\PROGDDE.C,    "WSLIB\PROGDDE.C"
  77.     1:WSLIB\WS.H,         "WSLIB\WS.H"
  78.     1:WSLIB\GAUGE.C,      "WSLIB\GAUGE.C"
  79.